MeanMarkerStyle Property (BoxWhisker<T>)
In This Topic
Gets or sets a value that specifies the style for the mean marker.
Syntax
'Declaration
Public ReadOnly Property MeanMarkerStyle As SVGStyle
'Usage
Dim instance As BoxWhisker(Of T)
Dim value As SVGStyle
value = instance.MeanMarkerStyle
public SVGStyle MeanMarkerStyle {get;}
public read-only property MeanMarkerStyle: SVGStyle;
public function get MeanMarkerStyle : SVGStyle
public: __property SVGStyle* get_MeanMarkerStyle();
public:
property SVGStyle^ MeanMarkerStyle {
SVGStyle^ get();
}
See Also